HTML and CSS
HTML is translated as Hypertext Markup Language. HTML is responsible for content that will be on a web page. Even so it is possible to specify how the content will look like in HTML document, it is a better idea to use CSS (Cascading Style Sheets). CSS file is a separate document and it is added to HTML document by using link keyword.
Comments
Post a Comment