Posts

Showing posts from March, 2019

Learn HTML Basics

HTML Basics... HTML stands for Hyper Text Markup Language. HTML is not a programming language.You don't need any previous programming experience. Using this language you can start web designing. What is Hyper Text Markup Language..?? Hypertext is a text that is capable of moving from one document to another. This can be done by     clicking on the hypertext. Markup means that specific portions of a document are marked up to indicate how they should be       displayed in the browser. Markup is parts of the document that are used to describe how it should be   displayed in a web browser. HTML Tags:- Tags indicate structure in an HTML document and a way of hierarchically arranging content. HTML tags are keywords surrounded by angle brackets like <html>. HTML tags normally come in pairs like <p> and </p>. HTML tags are not case sensitive. Basic HTML tags:- Document Structure.. <!DOCTYPE html>      : To Indicate the web Page