Use Basic HTML to Create Your First Web Page:
Use Basic HTML to Create Your First Web Page Although there are many website languages available, a simple web page can be created by a series of basic HyperText Markup Language (HTML) codes. Wikipedia calls HTML the “basic building-blocks of webpages.” HTML codes consist of tags that normally come in pairs and are enclosed between angle brackets < >.
Use Basic HTML to Create Your First Web Page:
Use Basic HTML to Create Your First Web Page An example of is tag is <body> </body>. <body> is the start tag and anything that comes in between the start tag and the end tag </body> will show up in the website. The most basic of HTML codes that create a complete website look like this: <HTML> <HEAD> <TITLE>This is my website</TITLE> </HEAD> <BODY> Welcome to my website! </BODY> </HTML>
Use Basic HTML to Create Your First Web Page:
Use Basic HTML to Create Your First Web Page Enter these codes in Notepad (or TextEdit, for Mac users). You can write the codes in lowercase or all caps. Make sure that the application is in plain text mode. Save the file as first.htm (or first.html). You can replace the file name “first” with any other word but you have to add .htm or .html to it.
Use HTML to Create Your First Web Page:
Use HTML to Create Your First Web Page When you have done this, you have effectively created your first web page! Go ahead and open it in your preferred browser and marvel at how easy that was! Open first.html in your browser Header Body
Get a FREE Website Building Video Guide:
Get a FREE Website Building Video Guide Click the link here to get a free step-by-step video Guide. This video will walk you through everything that you need to build and efficiently market your website.