Basic HTML Structure and Introduction towards What is HTML Tags and types of HTML Tags | Day 2
INTRODUCTION TO HTML TAGS HTML documents are made up of a series of HTML Elements HTML Elements tells the browser how to display the content HTML Elements are represented by Tags Browsers do not display HTML tags but use them to render the content of the page Syntax of HTML TAG : There are 2 types of HTML Tags 1. Paired Tags: These are the tags that have the start tag (also called as an opening tag)and end tag (also called the closing tag). 2. Empty Tags / Singular Tags: These are the tags which only have opening tag /start Tag Basic HTML Structure All HTML documents should contain the following basic structure. <!DOCT...
Comments
Post a Comment