Posts

Showing posts with the label html

Inserting Image in HTML Page

Image
Photo is an essential thing when you are to make a web page look beautiful. Images is not just for making website background, but for other purpose like; dynamic user profile picture, post content picture. The list is endless. That’s why I always tell my readers that, learning how to add image to web page is important. I’m really happy to tell you that today we are going to add image on html web page. Basically, there are three method for adding image/photo to html page. We’ll cover these easy three steps in this guide. In one of our past guides, we discuss on how to style html page. We learnt three ways, which are “inline styling” “eternal styling” and “external styling”. Same thing apply to adding image on html page. What is HREF in coding? Method 1: This method is very simple. We’ll make div element and add image as the background-image for the div. This background will only cover the shape of the div. In other words, it will only take the

HTML HREF Attribute in Coding

Image
HREF is html link attribute that enable movement from one web page to another freely. As websites are made up of multiple web pages, for movement from one page to another is possible only with href link attribute. Many web designers don't really know the full meaning of  'HREF link attribute' despite using it regularly. In this guide, we'll treat the subheading listed below. What Does Link 'HREF' Stand For? How to Use Link HREF Attribute? How to Use Link TARGET Attribute? Without the 'href' html link attribute, no web app can achieve its purpose because there will be no movement within the app. Imagine opening a web app and you are just stuck there, no next page, no previous page. This will be annoying and frustrated. HREF stands for ' Hypertext Reference (H-Hypertext REF-Reference) '. Of course we all is aware what the word reference means. It means referencing to another file or page. Website like w3schools will be of a good

HTML basic guide For Beginners

Image
I've posted so many HTML tutorials in this blog. but I make this one unique in other to make every interested beginner to understand the basic things. I hate writing a lot of text, confusing readers. That is why I always put my best to present easy examples to give better understanding. Read:   How to create new post on nairaland forum  Basic Things We Are Going to Learn in This Guide What is HTML Stand For? HTML5 Document Declaration What are HTML Elements and Tags? What is HTML 'head' Element? What is HTML 'title' Element? What is HTML 'body' Element? We will treat one after the other as they're listed above. So let's start with the first one in the list. Read:    HTML web page linking guide     What is HTML stand for? HTML stand for 'Hypertext Mark-up Language' it is the document mark-up language used in building websites or web apps from scratch. Those shapes you always see on w