- My favorite webpage is youtube, because here i can search and listen any song that i want in any moment, in a good resolution and with the official video, or with lyrics. Besides listen music, i can see videos about dance, funny things, sports, repetition of entertainment t.v shows, etc. In this webpage i can search all related with videos and music in any moment.
- HTML(HyperText Markup Language). Is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people. It is constantly undergoing revision and evolution to meet the demands and requirements of the growing Internet audience.
- HyperTextis the method by which you move around on the web, by clicking on hyperlinks which bring you to the next page.
- Markupis what HTML tags do to the text inside them.
HTML5. Is the latest version of HTML, the code that describes web pages. It’s actually three kinds of code: HTML, which provides the structure; Cascading Style Sheets (CSS), which take care of presentation; and JavaScript, which makes things happen. Was developed to solve compatibility problems that affect the current standard; one of the design goals for HTML5 is to support for multimedia on mobile devices. New syntactic features were introduced to support this, such as video and audio.
- CSS (Cascading Style Sheets). Is the recommended way to control the presentation layer in a web document. The main advantage of CSS over presentational HTML markup is that the styling can be kept entirely separate from the content. CSS, describes how HTML elements are to be displayed on screen, on paper, or in other media, saves a lot of work. It can control the layout of multiple Web pages all at once. Can stored a lot of work in CSS files.
- HTML Tag.Are keywords (tag names) surrounded by angle brackets. The elements of the HTML are written with a start tag, with an end tag, with the content in between:
<tagname>content</tagname>
