26 marzo, 2020

HTML

HyperText Markup Language, it is a language used to design web pages, it is not a programming language, it is a marked language which defines how to write everything.
We can see the HTML of any page using CTRL+U (Windows) and Option+U(Mac).

The basic elements of an HTML page are:
  • A text header, denoted using the <h1><h2><h3><h4><h5><h6> tags.
  • A paragraph, denoted using the <p> tag.
  • A horizontal ruler, denoted using the <hr> tag.
  • A link, denoted using the <a> (anchor) tag.
  • A list, denoted using the <ul> (unordered list), <ol> (ordered list) and <li> (list element) tags.
  • An image, denoted using the <img> tag
  • A divider, denoted using the <div> tag
  • A text span, denoted using the <span> tag
The next few pages will give an overview of these basic HTML elements.
Each element can also have attributes - each element has a different set of attributes relevant to the element. There are a few global elements, the most common of them are:
  • id - Denotes the unique ID of an element in a page. Used for locating elements by using links, JavaScript, and more.
  • class - Denotes the CSS class of an element. Explained in the CSS Basics tutorial.
  • style - Denotes the CSS styles to apply to an element. Explained in the CSS Basics tutorial.
  • data-x attributes - A general prefix for attributes that store raw information for programmatic purposes. Explained in detailed in the Data Attributes section.

HTML code for inserting images

Basic HTML
<img src="URL of image" />

With descriptive text
<img src=”URL of image” alt=”alternate text” title=”infotip text” />

With size specifications
<img src=”URL of image” alt=”alternate text” title=”infotip text” height=”preferred height” width=”preferred width” />

HTML Links - Hyperlinks

HTML links are hyperlinks.
You can click on a link and jump to another document.
When you move the mouse over a link, the mouse arrow will turn into a little hand.
Note: A link does not have to be text. It can be an image or any other HTML element.
<a href="url">link text</a>


HTML <video>

The controls attribute adds video controls, like play, pause, and volume.
It is a good idea to always include width and height attributes. If height and width are not set, the page might flicker while the video loads.
The <source> element allows you to specify alternative video files which the browser may choose from. The browser will use the first recognized format.
The text between the <video> and </video> tags will only be displayed in browsers that do not support the <video> element.


Who am I?






My name is Jhon Castro, a 16 year old student,
I'm a video game player, graphic designer and virtual reality game player. I live in Coruña but I was living in Barcelona for a few months.

Whenever I can do something listening to electronic music I put it, my favorite artist is Sickick


I've played a lot of video games and I was in a lot of regional, country, continental and world tops with better or worse positions:
Top 50 on Europe
Brawlhalla (Top 50 EU)
I was in position 44th of Europe when Macheeeete, the champion of Europe, defeated me.
This image is from a montage that I did compiling my best plays, the miniature was created by me.
(Click here to see it)


Paladins (Top 30.00 World)
When this game was starting I managed to rank higher but my official position was 21,342 in the world.
I got one of the most complicated plays due to the need for a very specific situation and the ability to complete it.
(Click here to see it)











































Beat  saber is a Vr game with great difficulty, it took me too many hours to complete my first level in Expert mode +, this game has difficulties (Easy, Normal, Medium, Hard, Expert and Expert +)


I am a high level player although I still have a lot to improve.One of my dreams is to do a Beat Saber exhibition in front of an audience, in other games I would also like to show my ability but in this I am very motivated when I have someone to show my movements.
At Roblox I was a co-creator of some games, I made some models and proposed some ideas to apply them to minigames.
This is one of the wonderful views that my city has.



Some pages that I use: