Free practice Questions to learn HTML codes to create your own Web Pages
Learn Free HTML Language create your own web pages After success of my blog on Free Wonderlic Practice Test Sample Questions 2013 I want to help my users to learn free HTML, With that you can create your own Web site. HTML is very easy to learn - All my readers will enjoy this…. What is HTML? HTML stands for Hyper Text Markup Language HTML is a markup language A markup language is a set of markup tags The tags describe document content HTML documents contain HTML tags and plain text HTML documents are also called web pages How the HTML webpage looks like? HTML Example <!DOCTYPE html> -declaration defines the document type <html> -------------------------------------------------------------------------web page <body> Web Page <h1>My First Heading</h1> <p> my first paragraph. </p> </body> -------------------------------------------------------------------------web page </html...