Emmersive Learning
4.83K subscribers
2.11K photos
71 videos
10 files
931 links
Learn Fullstack Development | Coding.

Youtube : https://www.youtube.com/@EmmersiveLearning/?sub_confirmation=1

Contact Admin : @MehammedTeshome
Download Telegram
Forwarded from Immersive Ai
Gemini vs GPT-4
🔥3
Forwarded from Immersive Ai
What new jobs will be created because of AI?

https://t.me/MuhibAi
👍2
Code Editors:

🚀 Visual Studio Code [VS Code]
🚀 Sublime Text
🚀 Atom
🚀 Brackets
🚀 Vim

@EmmersiveLearning
👍7🔥2
Hello, Devs,

for starters in web dev, Start with HTML.

i will post the courses made in our channel

👇
HTML Course | Part -2

Learn HTML Formatting Elements:

In Html, there are many tags that are useful to highlight text with special meaning.

These tags are known as formatting tags. There is a total of 10 formatting tags in Html.

Formatting tags are designed to highlight special types of text.

<b> – Bold text
<strong> – Important text
<i> – Italic text
<em> – Emphasized text
<U> – Underline text
<mark> – Marked text
<small> – Smaller text
<del> – Deleted text
<ins> – Inserted text
<sub> – Subscript text
<sup> – Superscript text
<tt> – monospaced font
<big> – big font



https://www.youtube.com/watch?v=_d_AswjOGFM
1
HTML Course | Part -5

Learn HTML Table


Html tables are used to organize data into rows and columns.

To display data in tabular format HTML <table> tag is used.

Inside the table element the <tr> tag is used to define table row and <td> tag is used to define table data.

The table header is defined by <th>.

https://www.youtube.com/watch?v=1vWQWIhcnAs
HTML Course || Part -7

Learn Block level and Inline Elements

Here are the block-level elements in HTML:

<address>
<article>
<aside>
<blockquote>
<canvas>
<dd>
<div>
<dl>
<dt>
<fieldset>
<figcaption>
<figure>
<footer>
<form>
<h1>-<h6>
<header>
<hr>
<li>
<main>
<nav>
<noscript>
<ol>
<p>
<pre>

———-

Here are the inline elements in HTML:

<a><abbr><acronym><b><bdo><big><br><button><cite><code><dfn><em><i><img><input><kbd><label><map><object><output><q><samp><script><select><small><span><strong><sub><sup><textarea><time><tt>


https://www.youtube.com/watch?v=cSDOlH_FUbo
👍1
HTML Course || Part -12

The Complete HTML Forms Course.


You will learn everything about forms in this course.


HTML forms are used to collect user input.

A form will collect input from site visitors and send it to a back-end application, then it will perform the necessary processing on the passed data



How ?...

watch the video!

https://www.youtube.com/watch?v=0C7SRRkVrQc
1