FILE FORMATS / WEB
HTML - HyperText Markup Language is the main language that displays websites/pages or other information placed on the web. HTML is written in elements such as angled brackets like ( <html> )
html comes in paired tags such as <h1> and </h1>.
This is an example of an html format using tags and brackets :
<a href="http://www.w3schools.com">This is a link</a>
CSS - Cascading Style Sheets is used to describe the look and formatting of a document that is written in markup language. It supports the application of web pages written in HTML.
This is an example of using CSS.
No comments:
Post a Comment