I learned what is the different between SPAN and DIV. The <span> tag is used to group inline-elements in a document. The <span> tag provides no visual change by itself. The <span> tag provides a way to add a hook to a part of a text or a part of a document. When the text is hooked in a span element you can add styles to the content, or manipulate the content with for example JavaScript. The <div> tag defines a division or a section in an HTML document. The <div> tag is often used to group block-elements to format them with styles.
I learned how to make an Personal Website. Personal web pages are World Wide Web pages created by an individual to contain content of a personal nature rather than on behalf of an employer or institution. Personal web pages are often used solely for informative or entertainment purposes.
The content of personal web pages varies. Many contain biographical information, résumés, and blog posts. Many personal pages will include information about the author's hobbies, interests and information of interest only to friends and family of the author.
No comments:
Post a Comment