Document.createElement() - Javascript DOM

Описание к видео Document.createElement() - Javascript DOM

You can create new HTML elements in your websites or web applications using the document.createElement method. This method takes one parameter, the 'tag name' (meaning the type of element to create) such as a DIV, P, INPUT or anything you like.

Today we look at how we can create an element and also how we can add it to the actual webpage.

For your reference (cheers Mozilla!):
https://developer.mozilla.org/en-US/d...

0:00 Overview
0:35 Creating HTML elements
1:38 Looking at the details
2:30 Adding the element to the page

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!

#dcode #javascript #webdev

Комментарии

Информация по комментариям в разработке